home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Tools / Mac / MacMake.dfn < prev    next >
Encoding:
Text File  |  1996-04-25  |  2.0 KB  |  80 lines  |  [TEXT/MPS ]

  1. #####################################################################################
  2. # Initialization
  3. #####################################################################################
  4.  
  5. # Make-specific variables have a double leading underscore
  6. # FWTool-specific variables have a single leading underscore
  7. # Shell variables have no leading underscores
  8.  
  9. # Application Variables
  10. __AppName         = undefinedApp
  11. __AppCreator     = 'ODFa'
  12. __AppObjects     =
  13. __AppResources     = 
  14.  
  15. # Framework Variables
  16. __FrameworkName        = ODF
  17. __FrameworkObjects    = 
  18. __FrameworkResources= 
  19. __ODFObjects =
  20.  
  21. # Component Variables
  22. __ComponentName                = undefinedModule
  23. __StaticComponentName        = obsoleteLIBVariable
  24. __CFMComponentName            = obsoleteCFMVariable
  25. __IDLOnlyTarget                = obsoleteIDEVariable
  26. __SharedLibraryName         = undefinedModule
  27. __SharedLibraryObjects = 
  28.  
  29. __ComponentObjects             =
  30. __ComponentSourcesFromIDL     =
  31. __ExportedComponentObjects     =
  32. __ComponentResources        = 
  33. __OtherComponentDependencies =
  34.  
  35. # MPW Tool Variables
  36. __ToolName         = undefinedTool
  37. __ToolObjects    = 
  38. __ToolResources    =
  39.  
  40. __IncludeDirs = 
  41. __SourceDirs = 
  42.  
  43. __CIncludeDirs = ∂
  44.     -i "{CIncludes}"
  45.  
  46. # Component specifix options variables
  47. __CPlusOptions = 
  48.  
  49. # System Stuff
  50. # Some of these definitions need to be overridden by 
  51. # a processor-specific (ppc,68k) definition file
  52.  
  53. __InitLibs = 
  54. __SystemObjects =
  55. __SystemLibEquates = 
  56. __OtherObjects =
  57. __PrecompiledHederFile =
  58. __SharedLibraryLinkOptions =
  59. __StaticLibraryLinkOptions =
  60. __PrecompiledHeaderDir = {FWPreCompHdrDir}
  61. __OpenDocObjects =
  62. __68KASMObjects =
  63.  
  64. #####################################################################################
  65. # Defaults
  66. #####################################################################################
  67.  
  68. # ODF static link libraries
  69.  
  70. __FrameworkSrcDirs = ∂
  71.     "{ODF}Framewrk:FWGadgts:Sources:" ∂
  72.     "{ODF}Framewrk:FWPart:Sources:"
  73.     
  74. __PrecompiledHeaderFile = ∂
  75.     "{__PrecompiledHeaderDir}"FWHeader.dmp
  76.  
  77. __SharedLibraryLinkOptions = -xm s -c 'cfmg' -t 'shlb'
  78.  
  79. __ExportVtablesFromModules =
  80.